[INFO] cloning repository https://github.com/krtw00/codetta
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/krtw00/codetta" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrtw00%2Fcodetta", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrtw00%2Fcodetta'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2ace7993a82fdc26e485981ebf099d97a9b5c98e
[INFO] fixing krtw00/codetta against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkrtw00%2Fcodetta" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/krtw00/codetta
[INFO] finished tweaking git repo https://github.com/krtw00/codetta
[INFO] tweaked toml for git repo https://github.com/krtw00/codetta written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/krtw00/codetta on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/krtw00/codetta already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f0e25ed0961cfe60f281202139877a04db5fedb857e5fbdf04568778d21a0aba
[INFO] running `Command { std: "docker" "start" "f0e25ed0961cfe60f281202139877a04db5fedb857e5fbdf04568778d21a0aba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f0e25ed0961cfe60f281202139877a04db5fedb857e5fbdf04568778d21a0aba" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f0e25ed0961cfe60f281202139877a04db5fedb857e5fbdf04568778d21a0aba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f0e25ed0961cfe60f281202139877a04db5fedb857e5fbdf04568778d21a0aba" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating crates/codetta-core/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/codetta-cli/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking rustysynth v1.3.6
[INFO] [stderr]     Checking hound v3.5.1
[INFO] [stderr]     Checking predicates-core v1.0.10
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling assert_cmd v2.2.2
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking predicates-tree v1.0.13
[INFO] [stderr]     Checking predicates v3.1.4
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking insta v1.47.2
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking midly v0.5.3
[INFO] [stderr]     Checking codetta-core v0.2.2 (/opt/rustwide/workdir/crates/codetta-core)
[INFO] [stderr]    Migrating crates/codetta-core/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking codetta-cli v0.2.2 (/opt/rustwide/workdir/crates/codetta-cli)
[INFO] [stderr]    Migrating crates/codetta-cli/tests/migrate.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed crates/codetta-core/src/synth/soundfont.rs (3 fixes)
[INFO] [stderr]    Migrating crates/codetta-cli/src/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/codetta-cli/tests/midi_export.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/codetta-cli/tests/midi_roundtrip.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/codetta-cli/tests/midi_import.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.72s
[INFO] [stderr] crater-edition-check: codetta-core v0.2.2 (/opt/rustwide/workdir/crates/codetta-core) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: codetta-cli v0.2.2 (/opt/rustwide/workdir/crates/codetta-cli) updating edition from 2021 to 2024
[INFO] [stderr]     Checking codetta-core v0.2.2 (/opt/rustwide/workdir/crates/codetta-core)
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> crates/codetta-core/src/synth/soundfont.rs:769:9
[INFO] [stdout]     |
[INFO] [stdout] 769 |         unsafe { std::env::set_var("CODETTA_SOUNDFONT_DIR", "/custom/sf2") };
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-F unsafe-code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> crates/codetta-core/src/synth/soundfont.rs:774:24
[INFO] [stdout]     |
[INFO] [stdout] 774 |             Some(v) => unsafe { std::env::set_var("CODETTA_SOUNDFONT_DIR", v) },
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: usage of an `unsafe` block
[INFO] [stdout]    --> crates/codetta-core/src/synth/soundfont.rs:776:21
[INFO] [stdout]     |
[INFO] [stdout] 776 |             None => unsafe { std::env::remove_var("CODETTA_SOUNDFONT_DIR") },
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking codetta-cli v0.2.2 (/opt/rustwide/workdir/crates/codetta-cli)
[INFO] [stderr] error: could not compile `codetta-core` (lib test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "f0e25ed0961cfe60f281202139877a04db5fedb857e5fbdf04568778d21a0aba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0e25ed0961cfe60f281202139877a04db5fedb857e5fbdf04568778d21a0aba", kill_on_drop: false }`
[INFO] [stdout] f0e25ed0961cfe60f281202139877a04db5fedb857e5fbdf04568778d21a0aba
